Allow components to un-register from a typed events registered with the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.Subscribe<T> method.
public void Unsubscribe<T>(EventHandler<T> onEventExecuted)
Public Sub Unsubscribe(Of T As EventArgs)( _ByVal onEventExecuted As EventHandler(Of T) _)
public:void Unsubscribegeneric<typename T>(EventHandler<T^>^ onEventExecuted)where T: EventArgs
onEventExecuted
A callback that is used when calling the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.Subscribe<T> method.
T
The type of the event the component is wants to unsubscribe from.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
